home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group96a.txt / 000048_icon-group-sender _Mon Feb 12 12:48:47 1996.msg < prev    next >
Internet Message Format  |  1996-09-05  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Mon, 12 Feb 1996 12:26:13 MST
  2. Date: Mon, 12 Feb 1996 12:48:47 -0600
  3. From: jeffery@dragon.cs.utsa.edu (Clinton Jeffery)
  4. Message-Id: <9602121848.AA08418@water.cs.utsa.edu>
  5. To: ug301ab@sunmail.lrz-muenchen.de
  6. Cc: icon-group@cs.arizona.edu
  7. In-Reply-To: <m37mxuy5xp.fsf@ug301ab.ppp.lrz-muenchen.de> (message from Gerhard Brey on 11 Feb 1996 03:03:30 +0100)
  8. Subject: Re: Compiling ELF binaries for Linux1.2.13
  9. Content-Length: 807
  10. Errors-To: icon-group-errors@cs.arizona.edu
  11. Status: O
  12.  
  13.  
  14. >   [Gerhard Brey writes about his attempt to build Linux Icon ELF binaries:]
  15. >   I deleted the `_' in front of the symbol names
  16. >   in rswitch.s. Now `iconx' is built but there is still the
  17. >
  18. >   bfd assertion fail /opt/release/pub/bin/binutils/bfd/elf32-i386.c:624
  19. >
  20. >   and when I try to execute `iconx' it stops with a segmentation fault.
  21.  
  22. This is a bug in the Linux ELF linker ld(1) under Slackware 3.0.
  23.  
  24. One workaround is to build and use a.out executables; the new Linux supports
  25. both formats and can build a.out Icon binaries if compiler and library support
  26. for a.out is installed.  There may be a preferable workaround; if someone has
  27. encountered this problem and actually solved it, it would be great to hear how.
  28.  
  29. Clint Jeffery
  30. jeffery@ringer.cs.utsa.edu
  31. The University of Texas at San Antonio
  32.  
  33.